/*300=LIGHT_400=REGULAR_500=MEDIUM_700=BOLD*/
p {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
}
a { text-decoration: none !important;}

.nop {
    padding: 0 !important;
}
.blue {
    color: #00b0dc !important;
}
.black {
    color: 000;
}

.mainPlp {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 80px;
}

.productName {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainProdTitle {
    text-align: center;
    color: #00b0dc !important;
}

.mainProdTitle h2 {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 3.5em;
    letter-spacing: 10px;
    margin: 0;
    line-height: 1em;
}

.mainProdTitle p {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    letter-spacing: 8px;
}
.mainProdDesc  {
    padding: 0px 60px;
    text-align: center;
    margin-top: 15px;
}
.mainProdDesc p {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 1.2em;
    margin-bottom: 25px;
    line-height: 1.3em;
}

.productAmb img {
    width: 100%;
}


.buyBttnPlp {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 300;
    border: #28AF4A 1px solid;
    text-align: center;
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: 300ms;
}
.buyBttnPlp:hover {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 300;
    text-decoration: none;
    background-color: #28AF4A;
    color: white;
}



.featuresPlp {
    display: flex;
    margin: 50px 0px;
}


.features {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.features p {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    padding: 5px 0px;
    line-height: 1.3em;
}
.features h4 {
    font-family: 'Rubik', "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 1.4em ; 
    padding: 10px 0px;
}
.ftsCenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ftsIconLeft {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding-right: 20px;
    padding-left: 70px;
}
.ftsIconRight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-left: 20px;
    padding-right: 70px;
}
.ftsLogos img {
    width: 175px !important;
    margin: 10px 0px 0px 0px !important;
}
.ftsIconLeft img, .ftsIconRight img{
    text-align: right;
    width: 50px;
    margin: 15px 0px;
}

.mainView {
    display: flex;
    justify-content: center;
}
.mainView img {
    width: 80%;
}
.secunView {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    text-align: center;
    
}
.secunView img{
    width: 100%;
    cursor: nesw-resize;
    padding: 10px;
}






@media (max-width: 991px) {

    .mainPlp {
        display: flex;
        flex-direction: column;
    }
    .featuresPlp {
        flex-direction: column;
        margin: 15px 0px;
    }
    .features p {
        margin-bottom: 0px;
    }
    .features h4 {
        margin-bottom: 0;
    }
    .mainProdTitle {
        text-align: center;
        color: #00b0dc;
        padding: 0px 20px;
    }
    .mainProdTitle h2 {
        font-family: 'Rubik', "Open Sans", sans-serif;
        font-weight: 700;
        font-size: 3.2em;
        letter-spacing: 3px;
        margin: 0;
        line-height: 1em;
    }
    .mainProdTitle p {
        font-family: 'Rubik', "Open Sans", sans-serif;
        font-weight: 300;
        font-size: 1.5em;
        letter-spacing: 5px;
    }
    .mainProdDesc {
        padding: 0px 20px;
        text-align: center;
    }


    .ftsIconLeft {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        padding-right: 20px;
        padding-left: 20px;
    }
    .ftsIconRight {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }
    .ftsIconLeft img, .ftsIconRight img{
        text-align: right;
        width: 60px;
        margin: 20px 0px 10px 0px;
        }
    .ftsMobLeft {
        text-align: left;
        align-items: flex-start;
    }
    .ftsMobRight {
        text-align: right;
        align-items: flex-end;
    }


    .ftsCenter {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 30px 0px 0px 0px;
        }

    .ftsLogos {
        display: flex;
        flex-direction: column;
        align-items: center;
        }

    .ftsLogos img {
        margin: 10px 0px 0px 0px;
        }


        .buyBttnPlp {
            margin-bottom: 25px;
        }

}